From: Olaf Hering Date: Fri, 10 Jun 2011 08:47:08 +0000 (+0200) Subject: xenpaging: drop xc.c, remove xc_wait_for_event X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~10148 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=46d75a5647a3f1839188c2fecbff7cac462c44db;p=xen.git xenpaging: drop xc.c, remove xc_wait_for_event xc_wait_for_event is not used in xenpaging. Signed-off-by: Olaf Hering Committed-by: Ian Jackson --- diff --git a/tools/xenpaging/xc.c b/tools/xenpaging/xc.c index 754da4cb27..26b8d0fd72 100644 --- a/tools/xenpaging/xc.c +++ b/tools/xenpaging/xc.c @@ -91,10 +91,6 @@ int xc_wait_for_event_or_timeout(xc_interface *xch, xc_evtchn *xce, unsigned lon return -errno; } -int xc_wait_for_event(xc_interface *xch, xc_evtchn *xce) -{ - return xc_wait_for_event_or_timeout(xch, xce, -1); -} diff --git a/tools/xenpaging/xc.h b/tools/xenpaging/xc.h index e554755901..f0e714cfe1 100644 --- a/tools/xenpaging/xc.h +++ b/tools/xenpaging/xc.h @@ -38,7 +38,6 @@ int xc_mem_paging_flush_ioemu_cache(domid_t domain_id); -int xc_wait_for_event(xc_interface *xch, xc_evtchn *xce); int xc_wait_for_event_or_timeout(xc_interface *xch, xc_evtchn *xce, unsigned long ms);